FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/ValueSet-mother-relationship-vr

Packagehl7.fhir.us.vr-common-library
Resource TypeValueSet
IdValueSet-mother-relationship-vr
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/vr-common-library/https://build.fhir.org/ig/HL7/vr-common-library/ValueSet-ValueSet-mother-relationship-vr.html
URLhttp://hl7.org/fhir/us/vr-common-library/ValueSet/ValueSet-mother-relationship-vr
Version2.0.0
Statusactive
Date2025-05-05T16:47:09+00:00
NameValueSetMotherRelationshipVitalRecords
TitleValue Set - Mother Relationship Vital Records
Realmus
Authorityhl7
DescriptionThis valueset contains codes that represent relationships describing the mother's role relative to the subject.

Resources that use this resource

StructureDefinition
RelatedPerson-mother-vrRelatedPerson - Mother Vital Records

Resources that this resource uses

CodeSystem
v3-RoleCodeRoleCode

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet ValueSet-mother-relationship-vr

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-RoleCode
    CodeDisplayDefinition
    ADOPTMadoptive motherThe player of the role (father) is a female who has taken the scoper (child) into their family through legal means and raises them as her own child.
    MTHmotherThe player of the role is a female who conceives, gives birth to, or raises and nurtures the scoping entity (child).
    GESTMgestational motherThe player is a female whose womb carries the fetus of the scoper. Generally used when the gestational mother and natural mother are not the same.
    MTHFOSTfoster motherThe player of the role (parent) who is a female state-certified caregiver responsible for the scoper (child) who has been placed in the parent's care. The placement of the child is usually arranged through the government or a social-service agency, and temporary.

    The state, via a jurisdiction recognized child protection agency, stands as in loco parentis to the child, making all legal decisions while the foster parent is responsible for the day-to-day care of the specified child.
    NMTHnatural motherThe player of the role is a female who conceives or gives birth to the scoping entity (child).
    NMTHFnatural mother of fetusThe player is the biologic female parent of the scoping fetus.

Source

{
  "resourceType": "ValueSet",
  "id": "ValueSet-mother-relationship-vr",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pher"
    }
  ],
  "url": "http://hl7.org/fhir/us/vr-common-library/ValueSet/ValueSet-mother-relationship-vr",
  "version": "2.0.0",
  "name": "ValueSetMotherRelationshipVitalRecords",
  "title": "Value Set - Mother Relationship Vital Records",
  "status": "active",
  "experimental": false,
  "date": "2025-05-05T16:47:09+00:00",
  "publisher": "HL7 International / Public Health",
  "contact": [
    {
      "name": "HL7 International / Public Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description": "This valueset contains codes that represent relationships describing the mother's role relative to the subject.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "concept": [
          {
            "code": "ADOPTM",
            "display": "adoptive mother"
          },
          {
            "code": "MTH",
            "display": "mother"
          },
          {
            "code": "GESTM",
            "display": "gestational mother"
          },
          {
            "code": "MTHFOST",
            "display": "foster mother"
          },
          {
            "code": "NMTH",
            "display": "natural mother"
          },
          {
            "code": "NMTHF",
            "display": "natural mother of fetus"
          }
        ]
      }
    ]
  }
}